const runtime.fixedStack

17 uses

	runtime (current package)
		runtime1.go#L289: 	if fixedStack != round2(fixedStack) {
		stack.go#L86: 	fixedStack  = fixedStack6 + 1
		stack.go#L210: 		s.elemsize = fixedStack << order
		stack.go#L285: 		size += fixedStack << order
		stack.go#L304: 		size -= fixedStack << order
		stack.go#L364: 	if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
		stack.go#L367: 		for n2 > fixedStack {
		stack.go#L481: 	if n < fixedStack<<_NumStackOrders && n < _StackCacheSize {
		stack.go#L484: 		for n2 > fixedStack {
		stack.go#L1230: 	if newsize < fixedStack {
		stack.go#L1336: var startingStackSize uint32 = fixedStack
		stack.go#L1362: 		startingStackSize = fixedStack
		stack.go#L1371: 	if avg < fixedStack {
		stack.go#L1372: 		avg = fixedStack
		traceallocfree.go#L41: 	w.varint(uint64(fixedStack))
		traceallocfree.go#L153: 	return traceArg(uint64(base)-trace.minPageHeapAddr) / fixedStack